home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / tool / artemis / artsrc2 / temp.asm < prev    next >
Encoding:
Assembly Source File  |  1994-11-16  |  83 b   |  11 lines

  1.  
  2.     assume cs:cseg,ds:cseg
  3.  
  4. cseg segment
  5.     jmp    qad
  6. qad:
  7.     ret
  8. cseg ends
  9.  
  10. end
  11.